home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1376 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  32 lines

  1. Path: sdd.hp.com!inn
  2. From: Jeff Grimmett <jgrimm@sdd.hp.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SAS/Lattice C question
  5. Date: 18 Jan 1996 16:31:34 GMT
  6. Organization: Hewlett-Packard Company
  7. Message-ID: <4dlsl6$kaf@news.sdd.hp.com>
  8. References: <4d17sv$146$1@mhadg.production.compuserve.com> <hubey.821500755@pegasus.montclair.edu>
  9. NNTP-Posting-Host: hpsdv330.sdd.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. hubey@pegasus.montclair.edu (H. M. Hubey) wrote:
  16.  
  17. >I had bought the Lattice C commpiler years ago but never
  18. >got a chance to program. I tried a simple pgm from Jamsa's
  19. >1001 tips (shown below), and the compiler gives an error
  20. >message. It's asking for a DEFINE value for stub xxxx.
  21. >I don't understand what it could be asking for. There doesn't
  22. >seem to be any functions except for those in stdio.h.
  23.  
  24. It does that when you're using a function that it can't actually find the 
  25. code for.  I wish you had specified which function caused this (it DOES 
  26. tell you), so lacking that, I'll take a stab in the dark:
  27.  
  28. #include <stdlib.h>
  29.  
  30.  
  31.  
  32.